pub struct GQLLiveQueryExtension {
pub throttle_ms: u64,
pub invalidation_keys: Vec<String>,
}Fields§
§throttle_ms: u64§invalidation_keys: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for GQLLiveQueryExtension
impl RefUnwindSafe for GQLLiveQueryExtension
impl Send for GQLLiveQueryExtension
impl Sync for GQLLiveQueryExtension
impl Unpin for GQLLiveQueryExtension
impl UnsafeUnpin for GQLLiveQueryExtension
impl UnwindSafe for GQLLiveQueryExtension
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