pub struct FullSecret {
pub text: Arc<String>,
pub files: Vec<SecretFile>,
}Fields§
§text: Arc<String>§files: Vec<SecretFile>Implementations§
Source§impl FullSecret
impl FullSecret
pub fn total_files(&self) -> usize
Trait Implementations§
Source§impl Clone for FullSecret
impl Clone for FullSecret
Source§fn clone(&self) -> FullSecret
fn clone(&self) -> FullSecret
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FullSecret
impl RefUnwindSafe for FullSecret
impl Send for FullSecret
impl Sync for FullSecret
impl Unpin for FullSecret
impl UnsafeUnpin for FullSecret
impl UnwindSafe for FullSecret
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