pub struct SetAccountTierOverridePath(pub UserId);
Tuple Fields§
§0: UserId
Trait Implementations§
Source§impl Clone for SetAccountTierOverridePath
impl Clone for SetAccountTierOverridePath
Source§fn clone(&self) -> SetAccountTierOverridePath
fn clone(&self) -> SetAccountTierOverridePath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetAccountTierOverridePath
impl Debug for SetAccountTierOverridePath
Auto Trait Implementations§
impl Freeze for SetAccountTierOverridePath
impl RefUnwindSafe for SetAccountTierOverridePath
impl Send for SetAccountTierOverridePath
impl Sync for SetAccountTierOverridePath
impl Unpin for SetAccountTierOverridePath
impl UnwindSafe for SetAccountTierOverridePath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more