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