pub struct OneBotSegment {
pub type_: String,
pub data: Value,
}Fields§
§type_: String§data: ValueImplementations§
Trait Implementations§
Source§impl Clone for OneBotSegment
impl Clone for OneBotSegment
Source§fn clone(&self) -> OneBotSegment
fn clone(&self) -> OneBotSegment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OneBotSegment
impl Debug for OneBotSegment
Source§impl<'de> Deserialize<'de> for OneBotSegment
impl<'de> Deserialize<'de> for OneBotSegment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Segment> for OneBotSegment
impl From<Segment> for OneBotSegment
Source§impl PartialEq for OneBotSegment
impl PartialEq for OneBotSegment
Auto Trait Implementations§
impl Freeze for OneBotSegment
impl RefUnwindSafe for OneBotSegment
impl Send for OneBotSegment
impl Sync for OneBotSegment
impl Unpin for OneBotSegment
impl UnsafeUnpin for OneBotSegment
impl UnwindSafe for OneBotSegment
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