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