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