pub struct S2Trailer {
pub blank: String,
pub eof_marker: String,
pub url: String,
}Expand description
Trailer lines: WriteLine(“”) + WriteLine(“### EOF Map File”) + WriteLine(“www.unrealsoftware.de”)
Fields§
§blank: String§eof_marker: String§url: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for S2Trailer
impl RefUnwindSafe for S2Trailer
impl Send for S2Trailer
impl Sync for S2Trailer
impl Unpin for S2Trailer
impl UnsafeUnpin for S2Trailer
impl UnwindSafe for S2Trailer
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