pub struct GetVolumeRequest {
pub instance_id: u32,
pub channel: Channel,
}Fields§
§instance_id: u32§channel: ChannelTrait Implementations§
Source§impl Clone for GetVolumeRequest
impl Clone for GetVolumeRequest
Source§fn clone(&self) -> GetVolumeRequest
fn clone(&self) -> GetVolumeRequest
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 GetVolumeRequest
impl Debug for GetVolumeRequest
Source§impl Default for GetVolumeRequest
impl Default for GetVolumeRequest
Source§fn default() -> GetVolumeRequest
fn default() -> GetVolumeRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetVolumeRequest
impl PartialEq for GetVolumeRequest
Source§fn eq(&self, other: &GetVolumeRequest) -> bool
fn eq(&self, other: &GetVolumeRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetVolumeRequest
Auto Trait Implementations§
impl Freeze for GetVolumeRequest
impl RefUnwindSafe for GetVolumeRequest
impl Send for GetVolumeRequest
impl Sync for GetVolumeRequest
impl Unpin for GetVolumeRequest
impl UnsafeUnpin for GetVolumeRequest
impl UnwindSafe for GetVolumeRequest
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