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