Struct cassandra_cpp::Inet [−][src]
#[repr(C)]pub struct Inet(_);
Expand description
Cassandra’s version of an IP address
Implementations
impl Inet[src]
impl Inet[src]pub fn cass_inet_init_v4(address: &Ipv4Addr) -> Inet[src]
pub fn cass_inet_init_v4(address: &Ipv4Addr) -> Inet[src]Constructs an inet v4 object.
pub fn cass_inet_init_v6(address: &Ipv6Addr) -> Inet[src]
pub fn cass_inet_init_v6(address: &Ipv6Addr) -> Inet[src]Constructs an inet v6 object.
Trait Implementations
impl AsRustType<Inet> for Row<'_>[src]
impl AsRustType<Inet> for Row<'_>[src]impl BindRustType<Inet> for Statement[src]
impl BindRustType<Inet> for Statement[src]impl Copy for Inet[src]
Auto Trait Implementations
impl RefUnwindSafe for Inet
impl Send for Inet
impl Sync for Inet
impl Unpin for Inet
impl UnwindSafe for Inet
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,