Struct sshpuffin::libssh::ssh::SshMessageRef
source · pub struct SshMessageRef(Opaque);
Expand description
A borrowed reference to a SshMessage
.
Tuple Fields§
§0: Opaque
Implementations§
source§impl SshMessageRef
impl SshMessageRef
Trait Implementations§
source§impl AsMut<SshMessageRef> for SshMessage
impl AsMut<SshMessageRef> for SshMessage
source§fn as_mut(&mut self) -> &mut SshMessageRef
fn as_mut(&mut self) -> &mut SshMessageRef
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<SshMessageRef> for SshMessage
impl AsRef<SshMessageRef> for SshMessage
source§fn as_ref(&self) -> &SshMessageRef
fn as_ref(&self) -> &SshMessageRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<SshMessageRef> for SshMessage
impl Borrow<SshMessageRef> for SshMessage
source§fn borrow(&self) -> &SshMessageRef
fn borrow(&self) -> &SshMessageRef
Immutably borrows from an owned value. Read more
source§impl BorrowMut<SshMessageRef> for SshMessage
impl BorrowMut<SshMessageRef> for SshMessage
source§fn borrow_mut(&mut self) -> &mut SshMessageRef
fn borrow_mut(&mut self) -> &mut SshMessageRef
Mutably borrows from an owned value. Read more
source§impl Fallible for SshMessageRef
impl Fallible for SshMessageRef
source§impl ForeignTypeRef for SshMessageRef
impl ForeignTypeRef for SshMessageRef
impl Send for SshMessageRef
impl Sync for SshMessageRef
Auto Trait Implementations§
impl Freeze for SshMessageRef
impl !RefUnwindSafe for SshMessageRef
impl Unpin for SshMessageRef
impl UnwindSafe for SshMessageRef
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.