pub struct CreateLogPatternRequest {
pub pattern: String,
pub pattern_name: String,
pub pattern_set_name: String,
pub rank: i64,
pub resource_group_name: String,
}Fields§
§pattern: StringThe log pattern.
pattern_name: StringThe name of the log pattern.
pattern_set_name: StringThe name of the log pattern set.
rank: i64Rank of the log pattern.
resource_group_name: StringThe name of the resource group.
Trait Implementations§
Source§impl Clone for CreateLogPatternRequest
impl Clone for CreateLogPatternRequest
Source§fn clone(&self) -> CreateLogPatternRequest
fn clone(&self) -> CreateLogPatternRequest
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 CreateLogPatternRequest
impl Debug for CreateLogPatternRequest
Source§impl Default for CreateLogPatternRequest
impl Default for CreateLogPatternRequest
Source§fn default() -> CreateLogPatternRequest
fn default() -> CreateLogPatternRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateLogPatternRequest
impl PartialEq for CreateLogPatternRequest
Source§impl Serialize for CreateLogPatternRequest
impl Serialize for CreateLogPatternRequest
impl StructuralPartialEq for CreateLogPatternRequest
Auto Trait Implementations§
impl Freeze for CreateLogPatternRequest
impl RefUnwindSafe for CreateLogPatternRequest
impl Send for CreateLogPatternRequest
impl Sync for CreateLogPatternRequest
impl Unpin for CreateLogPatternRequest
impl UnwindSafe for CreateLogPatternRequest
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