pub struct FileDataString(/* private fields */);
Trait Implementations§
Source§impl Clone for FileDataString
impl Clone for FileDataString
Source§fn clone(&self) -> FileDataString
fn clone(&self) -> FileDataString
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FileDataString
impl Debug for FileDataString
Source§impl Display for FileDataString
impl Display for FileDataString
Auto Trait Implementations§
impl Freeze for FileDataString
impl RefUnwindSafe for FileDataString
impl Send for FileDataString
impl Sync for FileDataString
impl Unpin for FileDataString
impl UnwindSafe for FileDataString
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