pub enum ResentBcc {
AddressList(AddressList),
CFWS(CFWS),
Empty,
}Variants§
Trait Implementations§
Source§impl Streamable for ResentBcc
impl Streamable for ResentBcc
Source§impl<'a> TryFrom<AddressList> for ResentBcc
impl<'a> TryFrom<AddressList> for ResentBcc
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: AddressList) -> Result<ResentBcc, ParseError>
fn try_from(input: AddressList) -> Result<ResentBcc, ParseError>
Performs the conversion.
impl StructuralPartialEq for ResentBcc
Auto Trait Implementations§
impl Freeze for ResentBcc
impl RefUnwindSafe for ResentBcc
impl Send for ResentBcc
impl Sync for ResentBcc
impl Unpin for ResentBcc
impl UnwindSafe for ResentBcc
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