pub struct Ban;
Trait Implementations§
Source§impl HasField<__typename> for Ban
impl HasField<__typename> for Ban
Source§impl HasField<expirationDate> for Ban
impl HasField<expirationDate> for Ban
Source§impl HasField<legacyData> for Ban
impl HasField<legacyData> for Ban
Source§impl HasField<properties> for Ban
impl HasField<properties> for Ban
Source§impl HasField<schemaVersion> for Ban
impl HasField<schemaVersion> for Ban
Auto Trait Implementations§
impl Freeze for Ban
impl RefUnwindSafe for Ban
impl Send for Ban
impl Sync for Ban
impl Unpin for Ban
impl UnwindSafe for Ban
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