Struct libyang2_sys::lyd_node_any
source · #[repr(C)]pub struct lyd_node_any {
pub __bindgen_anon_1: lyd_node_any__bindgen_ty_1,
pub value: lyd_any_value,
pub value_type: Type,
}Fields
__bindgen_anon_1: lyd_node_any__bindgen_ty_1value: lyd_any_valuevalue_type: TypeTrait Implementations
sourceimpl Clone for lyd_node_any
impl Clone for lyd_node_any
sourcefn clone(&self) -> lyd_node_any
fn clone(&self) -> lyd_node_any
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for lyd_node_any
impl Default for lyd_node_any
impl Copy for lyd_node_any
Auto Trait Implementations
impl RefUnwindSafe for lyd_node_any
impl !Send for lyd_node_any
impl !Sync for lyd_node_any
impl Unpin for lyd_node_any
impl UnwindSafe for lyd_node_any
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more