pub struct Inet(/* private fields */);Expand description
Cassandra’s version of an IP address
Implementations§
Trait Implementations§
Source§impl AsRustType<Inet> for Row<'_>
impl AsRustType<Inet> for Row<'_>
Source§impl BindRustType<Inet> for Statement
impl BindRustType<Inet> for Statement
impl Copy for Inet
Auto Trait Implementations§
impl Freeze for Inet
impl RefUnwindSafe for Inet
impl Send for Inet
impl Sync for Inet
impl Unpin for Inet
impl UnwindSafe for Inet
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