pub struct MatrixHttp { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MatrixHttp
impl Clone for MatrixHttp
Source§fn clone(&self) -> MatrixHttp
fn clone(&self) -> MatrixHttp
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 moreAuto Trait Implementations§
impl Freeze for MatrixHttp
impl !RefUnwindSafe for MatrixHttp
impl Send for MatrixHttp
impl Sync for MatrixHttp
impl Unpin for MatrixHttp
impl UnsafeUnpin for MatrixHttp
impl !UnwindSafe for MatrixHttp
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