pub struct SetForAccount<St: State = Empty>(/* private fields */);Expand description
State transition - sets the for_account field to Set
Trait Implementations§
Source§impl<St: State> State for SetForAccount<St>
impl<St: State> State for SetForAccount<St>
type Available = <St as State>::Available
type Code = <St as State>::Code
type CreatedAt = <St as State>::CreatedAt
type CreatedBy = <St as State>::CreatedBy
type Disabled = <St as State>::Disabled
type ForAccount = Set<for_account>
type Uses = <St as State>::Uses
Auto Trait Implementations§
impl<St> Freeze for SetForAccount<St>
impl<St> RefUnwindSafe for SetForAccount<St>
impl<St> Send for SetForAccount<St>
impl<St> Sync for SetForAccount<St>
impl<St> Unpin for SetForAccount<St>
impl<St> UnsafeUnpin for SetForAccount<St>
impl<St> UnwindSafe for SetForAccount<St>
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