#[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_1§value: lyd_any_value§value_type: TypeTrait Implementations§
Source§impl Clone for lyd_node_any
impl Clone for lyd_node_any
Source§fn clone(&self) -> lyd_node_any
fn clone(&self) -> lyd_node_any
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for lyd_node_any
impl Default for lyd_node_any
impl Copy for lyd_node_any
Auto Trait Implementations§
impl Freeze for lyd_node_any
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)