pub struct AskrenecreatelayerRequest {
pub persistent: Option<bool>,
pub layer: String,
}Fields§
§persistent: Option<bool>§layer: StringTrait Implementations§
Source§impl Clone for AskrenecreatelayerRequest
impl Clone for AskrenecreatelayerRequest
Source§fn clone(&self) -> AskrenecreatelayerRequest
fn clone(&self) -> AskrenecreatelayerRequest
Returns a copy 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 AskrenecreatelayerRequest
impl Debug for AskrenecreatelayerRequest
Source§impl<'de> Deserialize<'de> for AskrenecreatelayerRequest
impl<'de> Deserialize<'de> for AskrenecreatelayerRequest
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
Source§impl From<AskrenecreatelayerRequest> for Request
impl From<AskrenecreatelayerRequest> for Request
Source§fn from(r: AskrenecreatelayerRequest) -> Self
fn from(r: AskrenecreatelayerRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AskrenecreatelayerRequest
impl RefUnwindSafe for AskrenecreatelayerRequest
impl Send for AskrenecreatelayerRequest
impl Sync for AskrenecreatelayerRequest
impl Unpin for AskrenecreatelayerRequest
impl UnwindSafe for AskrenecreatelayerRequest
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