pub struct SessionBulkStopResponse {
pub processable: Vec<SessionStopResponse>,
}Fields§
§processable: Vec<SessionStopResponse>A list sessions that can be processed to be stopped
Implementations§
Source§impl SessionBulkStopResponse
impl SessionBulkStopResponse
pub fn new(processable: Vec<SessionStopResponse>) -> SessionBulkStopResponse
Trait Implementations§
Source§impl Clone for SessionBulkStopResponse
impl Clone for SessionBulkStopResponse
Source§fn clone(&self) -> SessionBulkStopResponse
fn clone(&self) -> SessionBulkStopResponse
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 SessionBulkStopResponse
impl Debug for SessionBulkStopResponse
Source§impl Default for SessionBulkStopResponse
impl Default for SessionBulkStopResponse
Source§fn default() -> SessionBulkStopResponse
fn default() -> SessionBulkStopResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionBulkStopResponse
impl<'de> Deserialize<'de> for SessionBulkStopResponse
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 SessionBulkStopResponse
impl PartialEq for SessionBulkStopResponse
Source§impl Serialize for SessionBulkStopResponse
impl Serialize for SessionBulkStopResponse
impl StructuralPartialEq for SessionBulkStopResponse
Auto Trait Implementations§
impl Freeze for SessionBulkStopResponse
impl RefUnwindSafe for SessionBulkStopResponse
impl Send for SessionBulkStopResponse
impl Sync for SessionBulkStopResponse
impl Unpin for SessionBulkStopResponse
impl UnwindSafe for SessionBulkStopResponse
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