pub struct EncodeOutput {
pub stego_text: String,
}Fields§
§stego_text: StringTrait Implementations§
Source§impl Clone for EncodeOutput
impl Clone for EncodeOutput
Source§fn clone(&self) -> EncodeOutput
fn clone(&self) -> EncodeOutput
Returns a duplicate 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 EncodeOutput
impl Debug for EncodeOutput
Source§impl PartialEq for EncodeOutput
impl PartialEq for EncodeOutput
impl Eq for EncodeOutput
impl StructuralPartialEq for EncodeOutput
Auto Trait Implementations§
impl Freeze for EncodeOutput
impl RefUnwindSafe for EncodeOutput
impl Send for EncodeOutput
impl Sync for EncodeOutput
impl Unpin for EncodeOutput
impl UnsafeUnpin for EncodeOutput
impl UnwindSafe for EncodeOutput
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