pub struct NcAttribute {
pub name: String,
pub value: NcAttrValue,
}Expand description
A NetCDF attribute.
Fields§
§name: String§value: NcAttrValueTrait Implementations§
Source§impl Clone for NcAttribute
impl Clone for NcAttribute
Source§fn clone(&self) -> NcAttribute
fn clone(&self) -> NcAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NcAttribute
impl Debug for NcAttribute
Source§impl PartialEq for NcAttribute
impl PartialEq for NcAttribute
impl StructuralPartialEq for NcAttribute
Auto Trait Implementations§
impl Freeze for NcAttribute
impl RefUnwindSafe for NcAttribute
impl Send for NcAttribute
impl Sync for NcAttribute
impl Unpin for NcAttribute
impl UnsafeUnpin for NcAttribute
impl UnwindSafe for NcAttribute
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