pub struct RadiusAttributeDef {
pub name: String,
pub code: u32,
pub vendor: Option<u32>,
pub data_type: String,
}Fields§
§name: String§code: u32§vendor: Option<u32>§data_type: StringTrait Implementations§
Source§impl Clone for RadiusAttributeDef
impl Clone for RadiusAttributeDef
Source§fn clone(&self) -> RadiusAttributeDef
fn clone(&self) -> RadiusAttributeDef
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 moreAuto Trait Implementations§
impl Freeze for RadiusAttributeDef
impl RefUnwindSafe for RadiusAttributeDef
impl Send for RadiusAttributeDef
impl Sync for RadiusAttributeDef
impl Unpin for RadiusAttributeDef
impl UnsafeUnpin for RadiusAttributeDef
impl UnwindSafe for RadiusAttributeDef
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