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