pub enum SsbMessageContentType {
About,
Vote,
Post,
Contact,
Unrecognized,
}Expand description
Message content types.
Variants§
Trait Implementations§
Source§impl Debug for SsbMessageContentType
impl Debug for SsbMessageContentType
Source§impl PartialEq for SsbMessageContentType
impl PartialEq for SsbMessageContentType
impl StructuralPartialEq for SsbMessageContentType
Auto Trait Implementations§
impl Freeze for SsbMessageContentType
impl RefUnwindSafe for SsbMessageContentType
impl Send for SsbMessageContentType
impl Sync for SsbMessageContentType
impl Unpin for SsbMessageContentType
impl UnwindSafe for SsbMessageContentType
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