pub struct pinned;
Trait Implementations§
impl HasInputField<pinned, Option<bool>> for UpdateTeamDiscussionInput
Auto Trait Implementations§
impl Freeze for pinned
impl RefUnwindSafe for pinned
impl Send for pinned
impl Sync for pinned
impl Unpin for pinned
impl UnwindSafe for pinned
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