pub struct moderatorViewIPAddress;
Trait Implementations§
Source§impl Field for moderatorViewIPAddress
impl Field for moderatorViewIPAddress
Source§impl HasField<moderatorViewIPAddress> for Query
impl HasField<moderatorViewIPAddress> for Query
Source§type Type = Option<ModeratorIPAddressInfo>
type Type = Option<ModeratorIPAddressInfo>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for moderatorViewIPAddress
impl RefUnwindSafe for moderatorViewIPAddress
impl Send for moderatorViewIPAddress
impl Sync for moderatorViewIPAddress
impl Unpin for moderatorViewIPAddress
impl UnwindSafe for moderatorViewIPAddress
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