pub struct LoggingEnabled {
pub target_bucket: Option<String>,
pub target_prefix: Option<String>,
}Fields§
§target_bucket: Option<String>§target_prefix: Option<String>Trait Implementations§
Source§impl Clone for LoggingEnabled
impl Clone for LoggingEnabled
Source§fn clone(&self) -> LoggingEnabled
fn clone(&self) -> LoggingEnabled
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 LoggingEnabled
impl Debug for LoggingEnabled
Source§impl Default for LoggingEnabled
impl Default for LoggingEnabled
Source§fn default() -> LoggingEnabled
fn default() -> LoggingEnabled
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoggingEnabled
impl<'de> Deserialize<'de> for LoggingEnabled
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LoggingEnabled
impl RefUnwindSafe for LoggingEnabled
impl Send for LoggingEnabled
impl Sync for LoggingEnabled
impl Unpin for LoggingEnabled
impl UnwindSafe for LoggingEnabled
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