pub struct Cc(pub AddressList);Tuple Fields§
§0: AddressListTrait Implementations§
Source§impl Streamable for Cc
impl Streamable for Cc
Source§impl<'a> TryFrom<AddressList> for Cc
impl<'a> TryFrom<AddressList> for Cc
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: AddressList) -> Result<Cc, ParseError>
fn try_from(input: AddressList) -> Result<Cc, ParseError>
Performs the conversion.
impl StructuralPartialEq for Cc
Auto Trait Implementations§
impl Freeze for Cc
impl RefUnwindSafe for Cc
impl Send for Cc
impl Sync for Cc
impl Unpin for Cc
impl UnwindSafe for Cc
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