pub struct RemoteFrame(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for RemoteFrame
impl Clone for RemoteFrame
Source§fn clone(&self) -> RemoteFrame
fn clone(&self) -> RemoteFrame
Returns a copy 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 RemoteFrame
impl Debug for RemoteFrame
impl Copy for RemoteFrame
Auto Trait Implementations§
impl Freeze for RemoteFrame
impl RefUnwindSafe for RemoteFrame
impl Send for RemoteFrame
impl Sync for RemoteFrame
impl Unpin for RemoteFrame
impl UnwindSafe for RemoteFrame
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