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