pub struct TransformConfig { /* private fields */ }Implementations§
Source§impl TransformConfig
impl TransformConfig
pub fn new() -> Self
pub fn with_security(self, security: TransformSecurityConfig) -> Self
pub fn security(&self) -> &TransformSecurityConfig
Trait Implementations§
Source§impl Clone for TransformConfig
impl Clone for TransformConfig
Source§fn clone(&self) -> TransformConfig
fn clone(&self) -> TransformConfig
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 moreSource§impl Debug for TransformConfig
impl Debug for TransformConfig
Source§impl Default for TransformConfig
impl Default for TransformConfig
Source§fn default() -> TransformConfig
fn default() -> TransformConfig
Returns the “default value” for a type. Read more
impl Eq for TransformConfig
Source§impl PartialEq for TransformConfig
impl PartialEq for TransformConfig
Source§fn eq(&self, other: &TransformConfig) -> bool
fn eq(&self, other: &TransformConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransformConfig
Auto Trait Implementations§
impl Freeze for TransformConfig
impl RefUnwindSafe for TransformConfig
impl Send for TransformConfig
impl Sync for TransformConfig
impl Unpin for TransformConfig
impl UnsafeUnpin for TransformConfig
impl UnwindSafe for TransformConfig
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