pub struct ObjectCollection(/* private fields */);
๐Deprecated since 0.1.4: rpsl-parser was renamed to rpsl-rs, please use that crate instead.
Expand description
Represents a collection of RPSL objects, for example as the result of a whois query.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Debug for ObjectCollection
impl Debug for ObjectCollection
Sourceยงimpl Index<usize> for ObjectCollection
impl Index<usize> for ObjectCollection
Sourceยงimpl IntoIterator for ObjectCollection
impl IntoIterator for ObjectCollection
Sourceยงimpl PartialEq for ObjectCollection
impl PartialEq for ObjectCollection
impl Eq for ObjectCollection
impl StructuralPartialEq for ObjectCollection
Auto Trait Implementationsยง
impl Freeze for ObjectCollection
impl RefUnwindSafe for ObjectCollection
impl Send for ObjectCollection
impl Sync for ObjectCollection
impl Unpin for ObjectCollection
impl UnwindSafe for ObjectCollection
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