pub struct RPSLObject {
pub class: String,
pub name: String,
pub body: String,
}
Expand description
Objects generated using RpslObjects
have body ending with \n
.
Fields§
§class: String
§name: String
§body: String
Implementations§
Auto Trait Implementations§
impl Freeze for RPSLObject
impl RefUnwindSafe for RPSLObject
impl Send for RPSLObject
impl Sync for RPSLObject
impl Unpin for RPSLObject
impl UnwindSafe for RPSLObject
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