pub struct TSetTTLReq {
pub storage_group_path_pattern: Vec<String>,
pub t_t_l: i64,
}
Fields§
§storage_group_path_pattern: Vec<String>
§t_t_l: i64
Implementations§
Source§impl TSetTTLReq
impl TSetTTLReq
pub fn new(storage_group_path_pattern: Vec<String>, t_t_l: i64) -> TSetTTLReq
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TSetTTLReq>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
Source§impl Clone for TSetTTLReq
impl Clone for TSetTTLReq
Source§fn clone(&self) -> TSetTTLReq
fn clone(&self) -> TSetTTLReq
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 TSetTTLReq
impl Debug for TSetTTLReq
Source§impl Hash for TSetTTLReq
impl Hash for TSetTTLReq
Source§impl Ord for TSetTTLReq
impl Ord for TSetTTLReq
Source§fn cmp(&self, other: &TSetTTLReq) -> Ordering
fn cmp(&self, other: &TSetTTLReq) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TSetTTLReq
impl PartialEq for TSetTTLReq
Source§impl PartialOrd for TSetTTLReq
impl PartialOrd for TSetTTLReq
impl Eq for TSetTTLReq
impl StructuralPartialEq for TSetTTLReq
Auto Trait Implementations§
impl Freeze for TSetTTLReq
impl RefUnwindSafe for TSetTTLReq
impl Send for TSetTTLReq
impl Sync for TSetTTLReq
impl Unpin for TSetTTLReq
impl UnwindSafe for TSetTTLReq
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