pub struct MoveTopicRequestContent {
pub box_id: i64,
}Fields§
§box_id: i64Trait Implementations§
Source§impl Clone for MoveTopicRequestContent
impl Clone for MoveTopicRequestContent
Source§fn clone(&self) -> MoveTopicRequestContent
fn clone(&self) -> MoveTopicRequestContent
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 MoveTopicRequestContent
impl Debug for MoveTopicRequestContent
Source§impl Default for MoveTopicRequestContent
impl Default for MoveTopicRequestContent
Source§fn default() -> MoveTopicRequestContent
fn default() -> MoveTopicRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MoveTopicRequestContent
impl<'de> Deserialize<'de> for MoveTopicRequestContent
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 PartialEq for MoveTopicRequestContent
impl PartialEq for MoveTopicRequestContent
Source§impl Serialize for MoveTopicRequestContent
impl Serialize for MoveTopicRequestContent
impl StructuralPartialEq for MoveTopicRequestContent
Auto Trait Implementations§
impl Freeze for MoveTopicRequestContent
impl RefUnwindSafe for MoveTopicRequestContent
impl Send for MoveTopicRequestContent
impl Sync for MoveTopicRequestContent
impl Unpin for MoveTopicRequestContent
impl UnsafeUnpin for MoveTopicRequestContent
impl UnwindSafe for MoveTopicRequestContent
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