pub struct VarBind {
pub oid: Oid,
pub value: Value,
}Expand description
Variable binding - an OID-value pair.
Fields§
§oid: OidThe object identifier.
value: ValueThe value.
Implementations§
Trait Implementations§
Source§impl From<VarBind> for GetNextResult
impl From<VarBind> for GetNextResult
impl Eq for VarBind
impl StructuralPartialEq for VarBind
Auto Trait Implementations§
impl !Freeze for VarBind
impl RefUnwindSafe for VarBind
impl Send for VarBind
impl Sync for VarBind
impl Unpin for VarBind
impl UnwindSafe for VarBind
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