pub struct WriteFilePath {
pub scope: String,
}Fields§
§scope: StringAuto Trait Implementations§
impl Freeze for WriteFilePath
impl RefUnwindSafe for WriteFilePath
impl Send for WriteFilePath
impl Sync for WriteFilePath
impl Unpin for WriteFilePath
impl UnwindSafe for WriteFilePath
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