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