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