pub struct IndexerConfigResource {
pub id: Option<i32>,
pub minimum_age: Option<i32>,
pub retention: Option<i32>,
pub maximum_size: Option<i32>,
pub rss_sync_interval: Option<i32>,
}
Fields§
§id: Option<i32>
§minimum_age: Option<i32>
§retention: Option<i32>
§maximum_size: Option<i32>
§rss_sync_interval: Option<i32>
Implementations§
Source§impl IndexerConfigResource
impl IndexerConfigResource
pub fn new() -> IndexerConfigResource
Trait Implementations§
Source§impl Clone for IndexerConfigResource
impl Clone for IndexerConfigResource
Source§fn clone(&self) -> IndexerConfigResource
fn clone(&self) -> IndexerConfigResource
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 IndexerConfigResource
impl Debug for IndexerConfigResource
Source§impl Default for IndexerConfigResource
impl Default for IndexerConfigResource
Source§fn default() -> IndexerConfigResource
fn default() -> IndexerConfigResource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexerConfigResource
impl<'de> Deserialize<'de> for IndexerConfigResource
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 PartialEq for IndexerConfigResource
impl PartialEq for IndexerConfigResource
Source§impl Serialize for IndexerConfigResource
impl Serialize for IndexerConfigResource
impl StructuralPartialEq for IndexerConfigResource
Auto Trait Implementations§
impl Freeze for IndexerConfigResource
impl RefUnwindSafe for IndexerConfigResource
impl Send for IndexerConfigResource
impl Sync for IndexerConfigResource
impl Unpin for IndexerConfigResource
impl UnwindSafe for IndexerConfigResource
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