pub struct LoggingOpenstackAllOf {
pub access_key: Option<String>,
pub bucket_name: Option<String>,
pub path: Option<String>,
pub public_key: Option<String>,
pub url: Option<String>,
pub user: Option<String>,
}Fields
access_key: Option<String>Your OpenStack account access key.
bucket_name: Option<String>The name of your OpenStack container.
path: Option<String>The path to upload logs to.
public_key: Option<String>A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
url: Option<String>Your OpenStack auth url.
user: Option<String>The username for your OpenStack account.
Implementations
sourceimpl LoggingOpenstackAllOf
impl LoggingOpenstackAllOf
pub fn new() -> LoggingOpenstackAllOf
Trait Implementations
sourceimpl Clone for LoggingOpenstackAllOf
impl Clone for LoggingOpenstackAllOf
sourcefn clone(&self) -> LoggingOpenstackAllOf
fn clone(&self) -> LoggingOpenstackAllOf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LoggingOpenstackAllOf
impl Debug for LoggingOpenstackAllOf
sourceimpl Default for LoggingOpenstackAllOf
impl Default for LoggingOpenstackAllOf
sourcefn default() -> LoggingOpenstackAllOf
fn default() -> LoggingOpenstackAllOf
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LoggingOpenstackAllOf
impl<'de> Deserialize<'de> for LoggingOpenstackAllOf
sourcefn 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
sourceimpl PartialEq<LoggingOpenstackAllOf> for LoggingOpenstackAllOf
impl PartialEq<LoggingOpenstackAllOf> for LoggingOpenstackAllOf
sourcefn eq(&self, other: &LoggingOpenstackAllOf) -> bool
fn eq(&self, other: &LoggingOpenstackAllOf) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for LoggingOpenstackAllOf
impl Serialize for LoggingOpenstackAllOf
impl StructuralPartialEq for LoggingOpenstackAllOf
Auto Trait Implementations
impl RefUnwindSafe for LoggingOpenstackAllOf
impl Send for LoggingOpenstackAllOf
impl Sync for LoggingOpenstackAllOf
impl Unpin for LoggingOpenstackAllOf
impl UnwindSafe for LoggingOpenstackAllOf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more