bindings: rust: rename {event,settings}_clone to try_clone
authorErik Schilling <erik.schilling@linaro.org>
Wed, 4 Oct 2023 13:00:00 +0000 (15:00 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 4 Oct 2023 18:40:36 +0000 (20:40 +0200)
commita29f3e6957914dc564c723a8fc405cd99e407fd2
tree6260ad055e0e18ccf92c192893c4d7003c204fda
parent808d15ebffdcee5e418a210815e57e6128e0f803
bindings: rust: rename {event,settings}_clone to try_clone

What is getting cloned is already clear from the type. This also aligns
a bit better with similar methods from the `std` crate [1].

[1] https://doc.rust-lang.org/std/index.html?search=try_clone

Link: https://lore.kernel.org/r/CVUKC1HXG1P8.13XIUCCXN95F0@ablu-work
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/rust/libgpiod/examples/buffered_event_lifetimes.rs
bindings/rust/libgpiod/src/edge_event.rs
bindings/rust/libgpiod/src/line_settings.rs
bindings/rust/libgpiod/tests/line_request.rs