pub enum StreamSuspenderRequest {}
Expand description
Represents a hold on a media stream.
Implementations§
Source§impl StreamSuspenderRequest
impl StreamSuspenderRequest
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamSuspenderRequest
impl RefUnwindSafe for StreamSuspenderRequest
impl Send for StreamSuspenderRequest
impl Sync for StreamSuspenderRequest
impl Unpin for StreamSuspenderRequest
impl UnwindSafe for StreamSuspenderRequest
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