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