pub enum BusinessBotRights {
BusinessBotRights(BusinessBotRights),
}Expand description
Variants§
BusinessBotRights(BusinessBotRights)
Trait Implementations§
Source§impl Clone for BusinessBotRights
impl Clone for BusinessBotRights
Source§fn clone(&self) -> BusinessBotRights
fn clone(&self) -> BusinessBotRights
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BusinessBotRights
impl Debug for BusinessBotRights
Source§impl Deserializable for BusinessBotRights
impl Deserializable for BusinessBotRights
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<BusinessBotRights> for BusinessBotRights
impl From<BusinessBotRights> for BusinessBotRights
Source§fn from(x: BusinessBotRights) -> Self
fn from(x: BusinessBotRights) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BusinessBotRights
impl PartialEq for BusinessBotRights
Source§impl Serializable for BusinessBotRights
impl Serializable for BusinessBotRights
Source§impl TryFrom<BusinessBotRights> for BusinessBotRights
impl TryFrom<BusinessBotRights> for BusinessBotRights
Source§type Error = BusinessBotRights
type Error = BusinessBotRights
The type returned in the event of a conversion error.
impl StructuralPartialEq for BusinessBotRights
Auto Trait Implementations§
impl Freeze for BusinessBotRights
impl RefUnwindSafe for BusinessBotRights
impl Send for BusinessBotRights
impl Sync for BusinessBotRights
impl Unpin for BusinessBotRights
impl UnsafeUnpin for BusinessBotRights
impl UnwindSafe for BusinessBotRights
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