pub struct SessionTerminationCommandMsg {
pub chart_session: Ustr,
pub id: Ustr,
}Fields§
§chart_session: Ustr§id: UstrImplementations§
Source§impl SessionTerminationCommandMsg
impl SessionTerminationCommandMsg
Sourcepub fn builder() -> SessionTerminationCommandMsgBuilder
pub fn builder() -> SessionTerminationCommandMsgBuilder
Create an instance of SessionTerminationCommandMsg using the builder syntax
Trait Implementations§
Source§impl Clone for SessionTerminationCommandMsg
impl Clone for SessionTerminationCommandMsg
impl Copy for SessionTerminationCommandMsg
Source§impl Debug for SessionTerminationCommandMsg
impl Debug for SessionTerminationCommandMsg
Source§impl<'de> Deserialize<'de> for SessionTerminationCommandMsg
impl<'de> Deserialize<'de> for SessionTerminationCommandMsg
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
Auto Trait Implementations§
impl Freeze for SessionTerminationCommandMsg
impl RefUnwindSafe for SessionTerminationCommandMsg
impl Send for SessionTerminationCommandMsg
impl Sync for SessionTerminationCommandMsg
impl Unpin for SessionTerminationCommandMsg
impl UnsafeUnpin for SessionTerminationCommandMsg
impl UnwindSafe for SessionTerminationCommandMsg
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