pub struct Rdn {
pub components: Vec<(String, String)>,
}Fields§
§components: Vec<(String, String)>Trait Implementations§
impl Eq for Rdn
impl StructuralPartialEq for Rdn
Auto Trait Implementations§
impl Freeze for Rdn
impl RefUnwindSafe for Rdn
impl Send for Rdn
impl Sync for Rdn
impl Unpin for Rdn
impl UnsafeUnpin for Rdn
impl UnwindSafe for Rdn
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