pub struct getCrosspost;
Trait Implementations§
Source§impl Field for getCrosspost
impl Field for getCrosspost
Source§impl HasArgument<args> for getCrosspost
impl HasArgument<args> for getCrosspost
Auto Trait Implementations§
impl Freeze for getCrosspost
impl RefUnwindSafe for getCrosspost
impl Send for getCrosspost
impl Sync for getCrosspost
impl Unpin for getCrosspost
impl UnwindSafe for getCrosspost
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