pub struct SetRepostViaRepost<S: State = Empty>(/* private fields */);Expand description
State transition - sets the repost_via_repost field to Set
Trait Implementations§
Source§impl<S: State> State for SetRepostViaRepost<S>
impl<S: State> State for SetRepostViaRepost<S>
type Chat = <S as State>::Chat
type Repost = <S as State>::Repost
type Reply = <S as State>::Reply
type SubscribedPost = <S as State>::SubscribedPost
type Like = <S as State>::Like
type LikeViaRepost = <S as State>::LikeViaRepost
type Mention = <S as State>::Mention
type StarterpackJoined = <S as State>::StarterpackJoined
type RepostViaRepost = Set<repost_via_repost>
type Quote = <S as State>::Quote
type Unverified = <S as State>::Unverified
type Follow = <S as State>::Follow
type Verified = <S as State>::Verified
Auto Trait Implementations§
impl<S> Freeze for SetRepostViaRepost<S>
impl<S> RefUnwindSafe for SetRepostViaRepost<S>
impl<S> Send for SetRepostViaRepost<S>
impl<S> Sync for SetRepostViaRepost<S>
impl<S> Unpin for SetRepostViaRepost<S>
impl<S> UnsafeUnpin for SetRepostViaRepost<S>
impl<S> UnwindSafe for SetRepostViaRepost<S>
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