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