pub struct AdaptorInfo { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Borrow<AdaptorInfo> for AdaptorInfoBuf
impl Borrow<AdaptorInfo> for AdaptorInfoBuf
Source§fn borrow(&self) -> &AdaptorInfo
fn borrow(&self) -> &AdaptorInfo
Immutably borrows from an owned value. Read more
Source§impl Debug for AdaptorInfo
impl Debug for AdaptorInfo
Source§impl ToOwned for AdaptorInfo
impl ToOwned for AdaptorInfo
Source§type Owned = AdaptorInfoBuf
type Owned = AdaptorInfoBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more