pub struct SetJoinLinkPreview<St: State = Empty>(/* private fields */);Expand description
State transition - sets the join_link_preview field to Set
Trait Implementations§
Source§impl<St: State> State for SetJoinLinkPreview<St>
impl<St: State> State for SetJoinLinkPreview<St>
Auto Trait Implementations§
impl<St> Freeze for SetJoinLinkPreview<St>
impl<St> RefUnwindSafe for SetJoinLinkPreview<St>
impl<St> Send for SetJoinLinkPreview<St>
impl<St> Sync for SetJoinLinkPreview<St>
impl<St> Unpin for SetJoinLinkPreview<St>
impl<St> UnsafeUnpin for SetJoinLinkPreview<St>
impl<St> UnwindSafe for SetJoinLinkPreview<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