pub enum BencodeType {
Integer,
String,
List,
Dict,
}Variants§
Trait Implementations§
Source§impl Debug for BencodeType
impl Debug for BencodeType
Source§impl Display for BencodeType
impl Display for BencodeType
Source§impl PartialEq for BencodeType
impl PartialEq for BencodeType
impl StructuralPartialEq for BencodeType
Auto Trait Implementations§
impl Freeze for BencodeType
impl RefUnwindSafe for BencodeType
impl Send for BencodeType
impl Sync for BencodeType
impl Unpin for BencodeType
impl UnwindSafe for BencodeType
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