pub struct Radvd;Expand description
The radvd License.
Trait Implementations§
Source§impl License for Radvd
impl License for Radvd
Source§fn is_osi_approved(&self) -> bool
fn is_osi_approved(&self) -> bool
Says if the license is OSI approved. Read more
Source§fn is_fsf_libre(&self) -> bool
fn is_fsf_libre(&self) -> bool
Says if the license is FSF Libre. Read more
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the license is deprecated.
Source§impl Ord for Radvd
impl Ord for Radvd
Source§impl PartialOrd for Radvd
impl PartialOrd for Radvd
impl Copy for Radvd
impl Eq for Radvd
impl StructuralPartialEq for Radvd
Auto Trait Implementations§
impl Freeze for Radvd
impl RefUnwindSafe for Radvd
impl Send for Radvd
impl Sync for Radvd
impl Unpin for Radvd
impl UnwindSafe for Radvd
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