pub struct Namespace { /* private fields */ }Implementations§
Source§impl Namespace
impl Namespace
pub fn new( name: String, log_directory: Option<String>, root: Option<String>, signature_version: Option<Ciphersuite>, ciphersuite: Option<Ciphersuite>, ) -> Self
pub fn name(&self) -> &str
pub fn log_directory(&self) -> Option<&str>
pub fn root(&self) -> Option<&str>
pub fn signature_version(&self) -> &Ciphersuite
pub fn ciphersuite(&self) -> &Ciphersuite
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Namespace
impl<'de> Deserialize<'de> for Namespace
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 Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnwindSafe for Namespace
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