pub struct isPinned;
Trait Implementations§
Source§impl HasArgument<isPinned> for discussions
impl HasArgument<isPinned> for discussions
Auto Trait Implementations§
impl Freeze for isPinned
impl RefUnwindSafe for isPinned
impl Send for isPinned
impl Sync for isPinned
impl Unpin for isPinned
impl UnwindSafe for isPinned
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